home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 030a / ibmvirus.zip / VIRSCAN.MSG < prev    next >
Text File  |  1991-08-08  |  23KB  |  344 lines

  1. *
  2. * This file contains messages.
  3. * Copyright (c) IBM Corporation 1990, 1991
  4. *
  5. * Lines beginning with a * are comment lines. These lines are ignored by the
  6. * virus scanning program, except when the entire file is read for self-test.
  7. *
  8. * CRCVMARK84B0EC5C
  9. * The virus scanning program uses information on the previous line
  10. * to detect modifications to this file.
  11. *
  12. VERSION_FLAG    "VERSION=PRO"
  13. COPYRIGHT       "(c) Copyright IBM Corporation 1989, 1990, 1991\n"
  14. PRESS_ANY_KEY   "--- Press any key to continue ---"
  15. PRESS_ENTER     "--- Press <enter> to continue ---"
  16. USAGE_01        "Usage: virscan options\n"
  17. USAGE_02        "options: "
  18. USAGE_03        "Explanation of switches:\n"
  19. USAGE_DRIVE01   "[-d]drive: : Scan a PC-DOS or OS/2 logical drive.\n"
  20. USAGE_B01       "-bdrive:   : Scan system boot sector of specified logical drive.\n"
  21. USAGE_B02        "-bXX       : Scan master boot record of specified physical drive (e.g. 80).\n"
  22. USAGE_L01       "-l         : Use this option to specify the name of a file containing a list\n"
  23. USAGE_L02       "             of files to check for viral signatures.\n"
  24. USAGE_T01       "-t         : Use this option to specify the name of a single file to test for\n"
  25. USAGE_T02       "             viral signatures.\n"
  26. USAGE_P01       "-p         : Build list of files that tested positive.  The default is\n"
  27. USAGE_P02       "             POSITIVE.VIR.\n"
  28. USAGE_Q01       "-q[uiet]   : Reduce the number of messages displayed.\n"
  29. USAGE_V01       "-v[erbose] : Maximize messages. Display a list of files and boot sectors as\n"
  30. USAGE_V02       "             they are scanned. Also forces hexadecimal display of any virus\n"
  31. USAGE_V03       "             signatures found. Please use this option to help diagnose the\n"
  32. USAGE_V04       "             problem if a scan terminates early due to error.\n"
  33. USAGE_S01       "-s         : Use this option to specify the name of a (non-default) signature\n"
  34. USAGE_S02       "             file. VIRSIG.LST and ADDENDA.LST (if present) are the defaults.\n"
  35. USAGE_S03       "             If -s is specified, VIRSIG.LST and ADDENDA.LST are not\n"
  36. USAGE_S04       "             loaded (unless specified).\n"
  37. USAGE_A01       "-a         : Scan all files on the indicated drives. (Same as '-w*.*')\n"
  38. USAGE_M01       "-m         : Maybe detect mutants. Tries to detect small variations on the\n"
  39. USAGE_M02       "             viruses specified in the signature files. More\n"
  40. USAGE_M03       "             sensitive (and slower) than the default mutant detection.\n"
  41. USAGE_W01       "-w         : Wildcard file specification. Applies to all indicated drives.\n"
  42. USAGE_W02       "             The default is '-w*.exe,*.com,*.ov?,*.ini,*.sys,*.bin'\n"
  43. USAGE_G01       "-g[uru]    : If the file is an EXE file (determined by the presence of an EXE\n"
  44. USAGE_G02       "             header at the front of the file) then any signatures that are\n"
  45. USAGE_G03       "             found are reported, even if they are for viruses specified as\n"
  46. USAGE_G04       "             infecting COM files only. (By default, COM virus signatures in\n"
  47. USAGE_G05       "             EXE files are not reported.) Also, if an offset is specified for\n"
  48. USAGE_G06       "             the signature, report any signatures that are found, even if the\n"
  49. USAGE_G07       "             real offset of the signature doesn't match the offset specified\n"
  50. USAGE_G08       "             in the signature file.\n"
  51. USAGE_G09       "             Also, when scanning memory, report any signatures that are found,\n"
  52. USAGE_G10       "             even if the signature isn't marked with the 'scan memory'\n"
  53. USAGE_G11       "             keyphrase in the signature file.\n"
  54. USAGE_VV01      "-vv        : Very verbose. Like -v, except that a hex dump of boot sectors is\n"
  55. USAGE_VV02      "             also displayed.\n"
  56. USAGE_R01       "-rdrive:   : Removable media. If this switch is specified for a drive, you will\n"
  57. USAGE_R02       "             be prompted to insert a diskette in the drive before the scan.\n"
  58. USAGE_R03       "             This allows you to scan multiple diskettes. For example, type:\n"
  59. USAGE_R04       "                virscan -ra: a:\n"
  60. USAGE_R05       "             to scan multiple diskettes in the A: drive.\n"
  61. USAGE_NP01      "-np        : No progress indicator. Do not display object names as they are\n"
  62. USAGE_NP02      "             scanned.\n"
  63. USAGE_NST01     "-nst       : No self test. Do not perform self-test of VIRSCAN.EXE,\n"
  64. USAGE_NST02     "             VIRSIG.LST, or VIRSCAN.MSG.\n"
  65. USAGE_NLA01     "-nla       : Do not display the banner containing the copyright notice,\n"
  66. USAGE_NLA02     "             or issue the associated prompt.\n"
  67. USAGE_NHMS01    "-nhms      : No high memory scan. Disable scanning for memory resident viruses\n"
  68. USAGE_NHMS02    "             above absolute address A0000.\n"
  69. USAGE_NMS01     "-nms       : No memory scan. Completely disable scanning for memory\n"
  70. USAGE_NMS02     "             resident viruses.\n"
  71. USAGE_MEM01     "-mem       : Scan system memory. By default, virscan will scan memory\n"
  72. USAGE_MEM02     "             before it scans anything else. The -mem switch tells virscan\n"
  73. USAGE_MEM03     "             to scan memory even if it scans nothing else. Switches -nhms, -g\n"
  74. USAGE_MEM04     "             and -m all modify the behavior of the memory scan. By\n"
  75. USAGE_MEM05     "             default, virscan will only scan memory for certain viruses; if\n"
  76. USAGE_MEM06     "             the -g switch is used, when virscan scans memory for viruses,\n"
  77. USAGE_MEM07     "             it will scan for all of the viruses that it knows about.\n"
  78. USAGE_QQ01      "-qq        : Completely quiet operation. No messages at all will be\n"
  79. USAGE_QQ02      "             displayed, unless a terminal error occurs. The error level\n"
  80. USAGE_QQ03      "             will be set as documented, and can be used to determine\n"
  81. USAGE_QQ04      "             whether or not any virus signatures were found.\n"
  82. USAGE_C01       "-c[ont]    : Continue scan if there is an error opening a file for scanning.\n"
  83. USAGE_Z01       "-z         : When the scan finishes, if any virus signatures were\n"
  84. USAGE_Z02       "             found, wait for the user to press a key and beep once\n"
  85. USAGE_Z03       "             per second.\n"
  86. USAGE_E01       "-e         : Do not scan boot sectors unless explicitly specified\n"
  87. USAGE_E02       "             with the -b option. This is useful if there is a problem\n"
  88. USAGE_E03       "             scanning the boot sector of a drive (for instance,\n"
  89. USAGE_E04       "             a network drive). If this option is used, VIRSCAN will not\n"
  90. USAGE_E05       "             find boot sector viruses unless the -b option is used.\n"
  91. USAGE_NMBRS01   "-nmbrs     : Do not scan the master boot record of the first hard drive\n"
  92. USAGE_NMBRS02   "             unless explicitly specified with the -b option. This is\n"
  93. USAGE_NMBRS03   "             useful if there is a problem scanning the master boot record\n"
  94. USAGE_NMBRS04   "             for some reason, but other boot sectors can be scanned.\n"
  95. USAGE_CAD01     "-cad       : Continue if access denied. If this option is used,\n"
  96. USAGE_CAD02     "             VIRSCAN will continue the scan even if it is unable\n"
  97. USAGE_CAD03     "             to scan a particular subdirectory tree because access\n"
  98. USAGE_CAD04     "             was denied.\n");
  99. USAGE_NMUT01    "-nmut      : Disable the default mutant detection. Useful if there\n"
  100. USAGE_NMUT02    "             are false positives.\n"
  101. USAGE_NB01      "-nb        : Disable the beep when virus signatures are found.\n"
  102. USAGE_NB02      "             If both the -NB and -Z switch are used, -NB will not turn\n"
  103. USAGE_NB03      "             off the beeps at program termination; only the beeps issued\n"
  104. USAGE_NB04      "             when a virus signature is found are disabled.\n"
  105. USAGE_STAR01    "*          : Scan all local non-removable disks.\n"
  106. USAGE_LOG01     "-vl        : Create a log file. The default log file name\n"
  107. USAGE_LOG02     "             is VIRSCAN.LGF, in the current directory.\n"
  108. PVERSION_BANNER "IBM Virus Scanning Program Version 2.1.2\n"
  109. PSUSAGE_02      "(c) Copyright International Business Machines Corporation 1989,1990,1991\n"
  110. PSUSAGE_03      "    Licensed Material - Program Property of IBM, All Rights Reserved.\n"
  111. PSUSAGE_04      "The IBM Virus Scanning Program scans DOS and OS/2 files, and the boot\n"
  112. PSUSAGE_05A     "sector of disks, for the signatures contained in the file\n"
  113. PSUSAGE_05B     "sectors of disks, for the signatures contained in the file\n"
  114. PSUSAGE_06      "VIRSIG.LST. These are signatures of known PC-DOS computer viruses.\n"
  115. PSUSAGE_07      "The IBM Virus Scanning Program does *not* detect all possible viruses.\n"
  116. ISUSAGE_01NB    "VIRSCAN scans DOS and OS/2 files for\n"
  117. ISUSAGE_01A     "VIRSCAN scans DOS and OS/2 files, and the boot sector of disks, for\n"
  118. ISUSAGE_01B     "VIRSCAN scans DOS and OS/2 files, and the boot sectors of disks, for\n"
  119. ISUSAGE_02      "the signatures contained in the file VIRSIG.LST. These are signatures\n"
  120. ISUSAGE_03      "of known PC-DOS computer viruses. VIRSCAN does *not* detect all\n"
  121. ISUSAGE_04      "possible viruses.\n"
  122. SUSAGE_01A      "To scan all .EXE, .COM, .SYS, .OV?, .BIN, and .INI\nfiles (and the boot sector) on"
  123. SUSAGE_01B      "To scan all .EXE, .COM, .SYS, .OV?, .BIN, and .INI\nfiles (and the boot sectors) on"
  124. SUSAGE_01NB     "To scan all .EXE, .COM, .SYS, .OV?, .BIN, and .INI\nfiles on"
  125. SUSAGE_02       " the C: drive, for instance, type\n"
  126. SUSAGE_03       "virscan c:\n"
  127. SUSAGE_NDS01    "To scan the single file 'possible.vir', for instance, type\n"
  128. SUSAGE_NDS02    "virscan -tpossible.vir\n"
  129. SUSAGE_04       "For help with command line options, type\n"
  130. SUSAGE_05       "virscan ?\n"
  131. SUSAGE_06       "For some usage examples, type\n"
  132. SUSAGE_07       "virscan ??\n"
  133. EUSAGE_01       "To scan the single file kumquat.exe, type\n"
  134. EUSAGE_02       "virscan -tkumquat.exe\n"
  135. EUSAGE_DS01     "To scan the A: and C: drives, type\n"
  136. EUSAGE_DS02     "virscan a: c:\n"
  137. EUSAGE_DSB01    "To scan *all* files the C: drive and put a list of any infected files or\n"
  138. EUSAGE_DSB02A   "boot sector in the file 'infected.dat' (in the current directory), type\n"
  139. EUSAGE_DSB02B   "boot sectors in the file 'infected.dat' (in the current directory), type\n"
  140. EUSAGE_DSB03    "virscan c: -a -pinfected.dat\n"
  141. EUSAGE_DSNB01   "To scan *all* files on the C: drive and put a list of any infected\n"
  142. EUSAGE_DSNB02   "files in the file 'infected.dat' (in the current directory), type\n"
  143. EUSAGE_DSNB03   "virscan c: -a -pinfected.dat\n"
  144. EUSAGE_DS03     "To scan the single subdirectory C:\\UTIL, type\n"
  145. EUSAGE_DS04     "virscan c:\\util\n"
  146. EUSAGE_B01      "To scan the system boot sector for C:, type\n"
  147. EUSAGE_B02      "virscan -bc:\n"
  148. EUSAGE_B03      "To scan the master boot record for the first hard drive, type\n"
  149. EUSAGE_B04      "virscan -b80\n"
  150. EUSAGE_03       "To scan each file in the list of files 'filelist.lst', type\n"
  151. EUSAGE_04       "virscan -lfilelist.lst\n"
  152. INVALID_RDL     "(Invalid removable drive letter was specified.)\n"
  153. INVALID_SWITCH  "Invalid switch %s; type VIRSCAN for help.\n"
  154. NO_SUCH_DRIVE   "Drive %c: does not exist\n"
  155. NO_FN_FILELIST  "(File name of list of files was not specified.)\n"
  156. NO_FN_FILE      "(File name of file to test was not specified.)\n"
  157. PLA_02          "(c) Copyright International Business Machines Corporation 1989,1990,1991\n"
  158. PLA_03          "    Licensed Material - Program Property of IBM, All Rights Reserved.\n"
  159. PLA_04          "\n"
  160. PLA_05          "                        NOTICE TO USERS\n"
  161. PLA_06          "\n"
  162. PLA_07          "For users in the United States and Puerto Rico:\n"
  163. PLA_08          "THE IBM VIRUS SCANNING PROGRAM IS LICENSED \"AS IS.\"  Your use of this program\n"
  164. PLA_09          "is subject to the IBM Program License Agreement for the IBM Virus Scanning\n"
  165. PLA_10          "Program, which is set out in the \"READ.ME\" file distributed with this program.\n"
  166. PLA_11          "\n"
  167. PLA_12          "For users outside the United States and Puerto Rico:\n"
  168. PLA_13          "See your IBM representative or IBM authorized supplier for contract terms.\n"
  169. PLA_14          "\n"
  170. PLA_15          "Press Y to accept the license agreement, or press any other key to exit.\n"
  171. NO_FN_SIGFILE   "(Signature file name was not specified.)\n"
  172. TESTING_FILE    "Testing (%s) for modifications."
  173. FILE_MOD_MSG_01 "The program (%s) has been modified.\n"
  174. FILE_MOD_MSG_02 "This may be due to a virus, or to other causes.\n"
  175. SIX_MONTHS_01   "According to the system clock, this version of VIRSCAN,\n"
  176. SIX_MONTHS_02   "which was released on %s, is at least 6\n"
  177. SIX_MONTHS_03   "months old. Please obtain the latest version to detect\n"
  178. SIX_MONTHS_04   "viruses discovered since then.\n"
  179. LOADED_N_SIGS   "Loaded %d signatures\n"
  180. LOADED_N_SIGFS  "Loaded %d signature fragments\n"
  181. SSM_NOT_SUPPORT "Scan of system memory not supported in OS/2 protect mode.\n"
  182. MBRS_NOT_SUPP   "Scan of master boot record not supported in OS/2 protect mode\n"
  183. SCAN_COMPLETE01 "Scan completed."
  184. SCAN_COMPLETE02 "Scan completed.\n"
  185. NOTHING_SCANNED "Nothing was scanned.\n"
  186. FILE_SCANNED    "%u file was scanned.\n",
  187. FILES_SCANNED   "%u files were scanned.\n",
  188. SBS_SCANNED     "%u system boot sector was scanned.\n"
  189. SBSS_SCANNED    "%u system boot sectors were scanned.\n"
  190. MBR_SCANNED     "%u master boot record was scanned.\n"
  191. MBRS_SCANNED    "%u master boot records were scanned.\n"
  192. SM_SCANNED      "System memory was scanned for viruses.\n"
  193. SM_PART_SCANNED "System memory was scanned for dangerous and/or well hidden resident viruses.\n"
  194. TOTAL_B_SCAN01  "Total bytes scanned = %lu, in %ld second.\n"
  195. TOTAL_B_SCAN02  "Total bytes scanned = %lu, in %ld seconds.\n"
  196. VSF_COUNT_11    "%d Viral signature found in %d object.\n"
  197. VSF_COUNT_21    "%d Viral signatures found in %d object.\n"
  198. VSF_COUNT_12    "%d Viral signature found in %d objects.\n"
  199. VSF_COUNT_22    "%d Viral signatures found in %d objects.\n"
  200. NO_VIRUS_FOUND  "No viruses listed in the signature files were found.\n"
  201. PLEASE_REPORT01 "\n"
  202. PLEASE_REPORT02 "Please send a note to VIRUS at RHQVM03 immediately, reporting that you found\n"
  203. PLEASE_REPORT03 "this virus.  This will help us get the correct cleanup information to you,\n"
  204. PLEASE_REPORT04 "and will help us track the infection.  Also, please follow whatever local virus\n"
  205. PLEASE_REPORT05 "reporting procedures your site may have, which may include notifying your local\n"
  206. PLEASE_REPORT06 "Help Desk or Area Information Center. Make sure they have obtained a\n"
  207. PLEASE_REPORT07 "sample of the virus for analysis before removing the infection.\n"
  208. RDL_NOT_SPEC    "(Removable drive letter was not specified.)\n"
  209. NOTHING_TO_SCAN "Nothing to scan. (option -h for help)\n"
  210. STARTING_VSCAN  "Starting virus scan on %s"
  211. INS_DISK_MSG    "Insert diskette to be scanned in drive %s and press any key to continue "
  212. CONT_SCAN_MSG   "(Continuing Scan)\n"
  213. ERR_PARSE_LINE  "Error parsing line. The line causing the problem follows:\n"
  214. ODD_LEN_SIG     "warning - odd length signature - last hexadecimal digit ignored\n"
  215. ERR_OPENING_W   "Error opening (%s) for write.\n"
  216. REASON_FOR_ERR  "Reason for error : %s\n"
  217. ERR_OPENING_A   "Error opening (%s) for append\n"
  218. NO_SIMPLE_SIG   "(This virus does not have a simple signature.)"
  219. THIS_FILE_MBIV  "This file may be infected with a variant of"
  220. THIS_MBR_MBIV   "This master boot record may be infected with a variant of"
  221. THIS_SBS_MBIV   "This system boot sector may be infected with a variant of"
  222. SM_MCV          "System memory may contain a variant of"
  223. MBIV            "This may be infected with a variant of"
  224. THIS_FILE_MBI   "This file may be infected with"
  225. THIS_MBR_MBI    "This master boot record may be infected with"
  226. THIS_SBS_MBI    "This system boot sector may be infected with"
  227. SM_MC           "System memory may contain"
  228. MBI             "This may be infected with"
  229. FOUND_IN_MEM_01 "This signature was found in system memory. The following message line is\n"
  230. FOUND_IN_MEM_02 "normally displayed when this virus is found in a file or boot sector:\n"
  231. MAY_IND_VARIANT "This may indicate the presence of a variant of the virus.\n"
  232. FOUND_IN_MEM_03 "\nHowever, the signature was found in system memory, not in a file or\n"
  233. FOUND_IN_MEM_04 "in a boot sector.\n"
  234. UNABLE_TO_OPEN  "Virscan was unable to open (%s) for scanning.\n"
  235. SCANNING_MEM    "Scanning system memory for%sviruses"
  236. SCANNING_ADDR_R "Scanning address range %05lx-%05lx\n"
  237. MALLOC_ERROR    "Out of memory error: malloc() (%d) in get_signatures()\n"
  238. OUT_OF_MEMORY   "The program ran out of memory for signatures.\n"
  239. TRY_DECREASING  "Try decreasing the number of signatures\n"
  240. OOM_MSG2        "Try running without -m option.\n"
  241. SCANNING_SBS    "Scanning system boot sector of %c: for boot sector viruses"
  242. BS_NAME         "system boot sector of drive %s"
  243. SCANNING_MBR    "Scanning master boot record of physical drive %02X for boot sector viruses"
  244. MBR_NAME        "master boot record of drive %02X"
  245. OOM_STRDUP      "Out of memory error: strdup() in output_positive_filename()\n"
  246. MMATCHED_BYTE   " (%d mismatched byte)"
  247. MMATCHED_BYTES  " (%d mismatched bytes)"
  248. FRAGMENT        " (fragment)"
  249. OFFSET          " (offset %ld (%lXH))"
  250. BAD_VIRUS_01    "Warning, this virus may interact badly with virscan if the virus\n"
  251. BAD_VIRUS_02    "is resident in system memory. Before continuing, please verify\n"
  252. BAD_VIRUS_03    "that you have\n"
  253. BAD_VIRUS_04    "1) cold-booted from a write protected floppy diskette,\n"
  254. BAD_VIRUS_05    "2) are running the copy of virscan.exe on that diskette,\n"
  255. BAD_VIRUS_06    "3) have used virscan.exe to scan the diskette and have\n"
  256. BAD_VIRUS_07    "   verified that the diskette is free of any viruses,\n"
  257. BAD_VIRUS_08    "4) and did not run any programs from any other disk between\n"
  258. BAD_VIRUS_09    "   booting from that diskette and starting virscan.\n"
  259. BAD_VIRUS_10    "\n"
  260. YOU_HAVE_BEEN   "You have been warned.\n"
  261. PRESS_C_TO_CONT "Press C to continue scan, or any other key to abort.\n"
  262. ABORTING_SCAN   "Aborting scan.\n"
  263. RESTART_SCAN    "Restart the scan with the -C option if you wish to ignore this error.\n"
  264. CONTINUING_SCAN "(Continuing scan. This file cannot normally be opened.)\n"
  265. ERROR_READING_F "Error reading (%s)\n"
  266. ERROR_OPEN_SF   "Error opening signature file (%s)\n"
  267. ERROR_O_SF1     "The signature file could not be read. Make sure that it was\n"
  268. ERROR_O_SF2     "properly specified and that it exists.\n"
  269. TESTING_SIGFILE "Testing signature file (%s) for modifications."
  270. FILE_HAS_BEEN_M "The file (%s) has been modified.\n"
  271. READING_SIGFILE "Reading signature file (%s)"
  272. NO_SIGNATURES   "No signatures to test for.\n"
  273. FOUND_SIG       "Found signature in (%s)"
  274. FOUND_SIG_P     "Found partial signature in (%s)"
  275. FOUND_SIG_F     "Found signature fragment in (%s)"
  276. FOUND_SIG_PF    "Found partial signature fragment in (%s)"
  277. FOUND_SIG_AO    "Found signature in (%s) at offset %ld (%lXH)"
  278. FOUND_SIG_P_AO  "Found partial signature in (%s) at offset %ld (%lXH)"
  279. FOUND_SIG_F_AO  "Found signature fragment in (%s) at offset %ld (%lXH)"
  280. FOUND_SIG_PF_AO "Found partial signature fragment in (%s) at offset %ld (%lXH)"
  281. BYTE_DIFFERENT  "(%d byte was different than in the reference signature.)\n",
  282. BYTES_DIFFERENT "(%d bytes were different than in the reference signature.)\n",
  283. HEX_DUMP_BS     "\n(Hex dump of boot sector to be scanned)\n"
  284. ONE_OR_MORE     "\nOne or more virus signatures were found.\n"
  285. ERR_READING_SBS "There was an error reading system boot sector for drive %s, INT 25 rc=%04X\n"
  286. ATYPICAL_BPS    "Drive %s has %d bytes per sector, which is atypical.\n"
  287. NEVER_FORMATTED "The drive may never have been DOS formatted.\n"
  288. SBS_NOT_SCANNED "The boot sector may not have been correctly scanned.\n"
  289. SIG_OVERFLOW_01 "Overflow: signature number %d in file (%s) is too long.\n"
  290. SIG_OVERFLOW_02 "Maximum length for a signature is %d bytes.\n"
  291. SIG_OVERFLOW_03 "The signature line in the signature file can be %d bytes long\n"
  292. NO_WILDCARDS_01 "No wildcard characters allowed in first two signature bytes.\n"
  293. NO_WILDCARDS_02 "First 4 characters of signature strings must be hexadecimal digits.\n"
  294. SHORT_SIG_01    "Signature of length 3 or less found\n"
  295. SHORT_SIG_02    "Signatures must be four bytes or more in length.\n"
  296. ERR_READING_SML "Error reading message line for signature number %d in (%s).\n"
  297. ERR_READING_SFT "Error reading file types line for signature %d in (%s).\n"
  298. IUO_BANNER      "IBM Internal Use Only\n"
  299. VERSION_BANNER  "Virus scanner      Version 2.1.2\n"
  300. FILE_NOT_FOUND  "File not found\n"
  301. INV_PATH_SPEC   "Invalid path specification.\n"
  302. TOO_MANY_OPEN_F "Too many open files\n"
  303. ACCESS_DENIED   "Access denied\n"
  304. INVALID_ACCESS  "Invalid access\n"
  305. DRIVE_NOT_READY "Drive not ready\n"
  306. NOT_DOS_DISK    "Not DOS Disk\n"
  307. SHARING_VIOLA   "Sharing violation\n"
  308. SHARING_BUF_EXC "Sharing buffer exceeded\n"
  309. NET_ACCESS_DENI "Network access denied\n"
  310. CANNOT_MAKE     "Cannot make\n"
  311. INVALID_PARM    "Invalid Parameter\n"
  312. DRIVE_LOCKED    "Drive locked\n"
  313. OPEN_FAILURE    "Open failed\n"
  314. DISK_FULL       "Disk full\n"
  315. FILENAME_EXC_RA "Filename exceeds range\n"
  316. BAD_NETPATH     "Bad netpath\n"
  317. INV_CATEGORY    "Category for DevIOCtl not defined\n";
  318. BAD_DRIVER_LEV  "Level four driver not found\n";
  319. UNCERTAIN_MEDIA "Uncertain media\n";
  320. MON_NOT_SUPPORT "Monitors not supported\n";
  321. PROT_VIOLATION  "Protection violation\n";
  322. INV_PARAMETER   "Invalid parameter\n";
  323. INV_DRIVE       "Invalid drive specified\n";
  324. INV_HANDLE      "Invalid handle\n";
  325. GEN_FAILURE     "General failure\n";
  326. INV_FUNCTION    "Invalid function number\n";
  327. UNIDENTIFIED_RC "unidentified rc=%d\n"
  328. PATH_CAUSING_ER "The pathname that caused the error was (%s)\n"
  329. INVALID_HANDLE  "Invalid handle\n"
  330. LOCK_VIOLATION  "Lock violation\n"
  331. BROKEN_PIPE     "Broken pipe\n"
  332. LOGFILE_VMSG    "Virscan version: %s"
  333. LOGFILE_TDMSG   "Time/Date of start of scan: %s"
  334. OS_VERSION_INFO "Operating system version information = %d.%d\n"
  335. SPLAT_NOT_SUPP  "The * option isn't supported for DOS 2.0, DOS 2.1 or other DOS 2 versions.\n"
  336. INV_WILDC_DTYPE "Drive type '%c' not supported by the * option.\n"
  337. UNKNOWN_DT      "Drive '%c' has an unknown drive type.\n"
  338. SBS_NOT_SCAN01  "The system boot sector of drive %s was not scanned, because drive %s is a\n"
  339. SBS_NOT_SCAN02  "network drive, and does not have a remotely accessible system boot sector.\n"
  340. ERR_SCAN_SBS    "Error scanning system boot sector of drive %s\n"
  341. OK_IF_NETWORK   "(This is normal if drive %s is a network drive.)\n"
  342. CSIG_OVERFLW_01 "Maximum possible length of signature number %d in file (%s) is too long.\n"
  343. CSIG_OVERFLW_02 "Signatures must be matched within a maximum of %d bytes.\n"
  344.